home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- ***** BEGIN LICENSE BLOCK *****
-
- FlashGot - a Firefox extension for external download managers integration
- Copyright (C) 2004-2009 Giorgio Maone - g.maone@informaction.com
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
- ***** END LICENSE BLOCK ***** -->
-
- <!DOCTYPE overlay [
- <!ENTITY % flashgot SYSTEM "chrome://flashgot/locale/flashgot.dtd" >
- %flashgot;
- <!ENTITY % flashgotFB SYSTEM "chrome://flashgot/content/en-US/flashgot.dtd" >
- %flashgotFB;
- ]
- >
-
- <?xml-stylesheet href="chrome://flashgot/skin/browser.css" type="text/css"?>
- <overlay id="flashgotOverlay"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
-
- <script type="application/x-javascript" src="flashgotCommon.js"/>
- <script type="application/x-javascript" src="flashgotOverlay.js"/>
-
- <keyset id="mailKeys">
- <key id="flashgot-link-key" keycode="VK_F1" modifiers="accel" oncommand="gFlashGot.downloadLink()" />
- <key id="flashgot-sel-key" keycode="VK_F2" modifiers="accel" oncommand="gFlashGot.delayCmd('Sel')"/>
- <key id="flashgot-all-key" keycode="VK_F3" modifiers="accel" oncommand="gFlashGot.delayCmd('All')"/>
- </keyset>
-
- <menupopup id="taskPopup">
- <menu id="flashgot-menu" label="FlashGot" insertbefore="prefSep"
- class="menu-iconic flashgot-icon-lnk"
- >
- <menupopup id="flashgot-menu-popup"
- onpopupshowing="gFlashGot.prepareToolsMenu(event)">
- <menuitem id="flashgot-main-menuitem-sel"
- label="&flashgotSel;"
- accesskey="&flashgotSel.accesskey;"
- oncommand="gFlashGot.delayCmd('Sel')"
- key="flashgot-sel-key"
- class="menuitem-iconic flashgot-icon-sel"
- disabled="true"
- />
- <menuitem id="flashgot-main-menuitem-all"
- label="&flashgotAll;"
- accesskey="&flashgotAll.accesskey;"
- oncommand="gFlashGot.delayCmd('All')"
- key="flashgot-all-key"
- class="menuitem-iconic flashgot-icon-all"
- disabled="true"
- />
- <menuitem id="flashgot-main-menuitem-buildGallery"
- label="&flashgotBuildGallery;"
- class="menuitem-iconic flashgot-icon-buildGallery"
- oncommand="gFlashGot.buildGallery()"
- disabled="true"
- />
- <menuseparator />
- <menuitem id="flashgot-main-menuitem-opt-autoStart"
- label="&flashgotAutostart;"
- type="checkbox"
- oncommand="gFlashGot.switchOption('autoStart')"
- />
- <menuitem id="flashgot-main-menuitem-opt-includeImages"
- label="&includeImages.label;"
- type="checkbox"
- oncommand="gFlashGot.switchOption('includeImages')"
- />
- <menuitem id="flashgot-main-menuitem-opts"
- label="&flashgotMoreOpts;"
- oncommand="gFlashGot.openOptionsDialog()"
- class="menuitem-iconic flashgot-icon-opts"
- />
- <menuseparator />
- <menuitem id="flashgot-tb-about" label="&flashgotAbout;"
- oncommand="gFlashGot.openAboutDialog()"
- />
- <menuitem id="flashgot-tb-homepage"
- label="&flashgotVisitHomepage;"
- oncommand="gFlashGot.browseHomePage()"
- />
- </menupopup>
- </menu>
- </menupopup>
-
- <popup id="messagePaneContext">
- <menu id="flashgot-submenu" hidden="true" persist="hidden"
- label="FlashGot" class="menu-iconic flashgot-icon-lnk"
- >
- <menupopup>
- <menuseparator id="flashgot-submenu-anchor" hidden="true" />
- <menuitem id="flashgot-menuitem-it"
- label="&flashgotLink;"
- accesskey="&flashgotLink.accesskey;"
- oncommand="gFlashGot.downloadPopupLink()"
- key="flashgot-link-key"
- class="menuitem-iconic flashgot-icon-lnk"
- />
- <menuitem id="flashgot-menuitem-sel"
- label="&flashgotSel;"
- accesskey="&flashgotSel.accesskey;"
- oncommand="gFlashGot.delayCmd('Sel')"
- key="flashgot-sel-key"
- class="menuitem-iconic flashgot-icon-sel"
- />
- <menuitem id="flashgot-menuitem-all"
- label="&flashgotAll;"
- accesskey="&flashgotAll.accesskey;"
- oncommand="gFlashGot.delayCmd('All')"
- key="flashgot-all-key"
- class="menuitem-iconic flashgot-icon-all"
- />
-
- <menuitem id="flashgot-menuitem-autotest"
- label="Autotest" hidden="true"
- oncommand="gFlashGot.autotest()"
- />
- <menuitem id="flashgot-menuitem-buildGallery"
- label="&flashgotBuildGallery;"
- class="menuitem-iconic flashgot-icon-buildGallery"
- oncommand="gFlashGot.buildGallery()"
- />
- <menu id="flashgot-menu-options"
- class="menu-iconic flashgot-icon-opts"
- label="&flashgotOptions;" >
- <menupopup id="flashgot-menupopup-options" onpopupshowing="gFlashGot.prepareOptsMenu(event.target)">
- <menuitem id="flashgot-ctx-menuitem-nodms" hidden="true"
- label="&flashgotNoDMS;"
- oncommand="gFlashGotService.showDMSReference()"
- />
- <menuseparator id="flashgot-ctx-sep-nodms" />
- <menuitem id="flashgot-ctx-menuitem-opt-autoStart"
- label="&flashgotAutostart;"
- type="checkbox"
- oncommand="gFlashGot.switchOption('autoStart')"
- />
- <menuitem id="flashgot-ctx-menuitem-opt-includeImages"
- label="&includeImages.label;"
- type="checkbox"
- oncommand="gFlashGot.switchOption('includeImages')"
- />
- <menuitem id="flashgot-ctx-menuitem-opts"
- label="&flashgotMoreOpts;"
- oncommand="gFlashGot.openOptionsDialog()"
- />
- <menuseparator id="flashgot-ctx-sep-about" />
- <menuitem id="flashgot-ctx-menuitem-about"
- label="&flashgotAbout;"
- oncommand="gFlashGot.openAboutDialog()"
- />
- <menuitem id="flashgot-ctx-homepage"
- label="&flashgotVisitHomepage;"
- oncommand="gFlashGot.browseHomePage()"
- />
- </menupopup>
- </menu>
- </menupopup>
- </menu>
- <menuseparator id="flashgot-context-separator" hidden="true" />
- <menuseparator id="flashgot-context-separator2" hidden="true" />
- </popup>
-
-
- <popup id="copyUrlPopup">
- <menuitem id="flashgot-menuitem-copyUrl"
- label="&flashgotLink;"
- accesskey="&flashgotLink.accesskey;"
- oncommand="gFlashGot.downloadPopupNodeText()"
- class="menuitem-iconic flashgot-icon-lnk"
- />
- </popup>
-
- <popup id="mailContext">
- <menu id="flashgot-submenu" hidden="true" persist="hidden"
- label="FlashGot" class="menu-iconic flashgot-icon-lnk"
- >
- <menupopup>
- <menuseparator id="flashgot-submenu-anchor" hidden="true" />
- <menuitem id="flashgot-menuitem-it"
- label="&flashgotLink;"
- accesskey="&flashgotLink.accesskey;"
- oncommand="gFlashGot.downloadPopupLink()"
- key="flashgot-link-key"
- class="menuitem-iconic flashgot-icon-lnk"
- />
- <menuitem id="flashgot-menuitem-sel"
- label="&flashgotSel;"
- accesskey="&flashgotSel.accesskey;"
- oncommand="gFlashGot.delayCmd('Sel')"
- key="flashgot-sel-key"
- class="menuitem-iconic flashgot-icon-sel"
- />
- <menuitem id="flashgot-menuitem-all"
- label="&flashgotAll;"
- accesskey="&flashgotAll.accesskey;"
- oncommand="gFlashGot.delayCmd('All')"
- key="flashgot-all-key"
- class="menuitem-iconic flashgot-icon-all"
- />
-
- <menuitem id="flashgot-menuitem-autotest"
- label="Autotest" hidden="true"
- oncommand="gFlashGot.autotest()"
- />
- <menuitem id="flashgot-menuitem-buildGallery"
- label="&flashgotBuildGallery;"
- class="menuitem-iconic flashgot-icon-buildGallery"
- oncommand="gFlashGot.buildGallery()"
- />
- <menu id="flashgot-menu-options"
- class="menu-iconic flashgot-icon-opts"
- label="&flashgotOptions;" >
- <menupopup id="flashgot-menupopup-options" onpopupshowing="gFlashGot.prepareOptsMenu(event.target)">
- <menuitem id="flashgot-ctx-menuitem-nodms" hidden="true"
- label="&flashgotNoDMS;"
- oncommand="gFlashGotService.showDMSReference()"
- />
- <menuseparator id="flashgot-ctx-sep-nodms" />
- <menuitem id="flashgot-ctx-menuitem-opt-autoStart"
- label="&flashgotAutostart;"
- type="checkbox"
- oncommand="gFlashGot.switchOption('autoStart')"
- />
- <menuitem id="flashgot-ctx-menuitem-opt-includeImages"
- label="&includeImages.label;"
- type="checkbox"
- oncommand="gFlashGot.switchOption('includeImages')"
- />
- <menuitem id="flashgot-ctx-menuitem-opts"
- label="&flashgotMoreOpts;"
- oncommand="gFlashGot.openOptionsDialog()"
- />
- <menuseparator id="flashgot-ctx-sep-about" />
- <menuitem id="flashgot-ctx-menuitem-about"
- label="&flashgotAbout;"
- oncommand="gFlashGot.openAboutDialog()"
- />
- <menuitem id="flashgot-ctx-homepage"
- label="&flashgotVisitHomepage;"
- oncommand="gFlashGot.browseHomePage()"
- />
- </menupopup>
- </menu>
- </menupopup>
- </menu>
- <menuseparator id="flashgot-context-separator" hidden="true" />
- <menuseparator id="flashgot-context-separator2" hidden="true" />
- </popup>
-
-
- <statusbar id="status-bar">
- <statusbarpanel id="flashgot-progresspanel" insertafter="flashgot-statusbarpanel,statusbar-progresspanel,statusbar-display"
- class="statusbarpanel-progress" collapsed="true">
- <label plain="true" value="FlashGot" />
- <progressmeter id="flashgot-progressmeter" class="progressmeter-status" mode="normal" value="0" />
- </statusbarpanel>
-
- </statusbar>
-
- </overlay>
-